/*通用*/
.common_nav {
  background-color: #fff;
  height: 0.8rem;
}
.common_nav .w {
  font-size: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.common_nav .w .left {
  display: flex;
  align-items: center;
  height: 100%;
}
.common_nav .w .left .logo {
  display: block;
  width: 1.65rem;
  height: 0.5rem;
}
.common_nav .w .left ul {
  padding-left: 0.83rem;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 0.24rem;
}
.common_nav .w .left ul li {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 0.3rem;
  position: relative;
}
.common_nav .w .left ul li:hover > a {
  color: #0b4ba2;
}
.common_nav .w .left ul li:hover > a i {
  color: #0b4ba2;
}
.common_nav .w .left ul li:hover ol {
  display: block;
}
.common_nav .w .left ul li a {
  white-space: nowrap;
  font-size: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: 0.1rem;
  transition: all 0.3s;
  color: #333333;
}
.common_nav .w .left ul li a i {
  transition: all 0.3s;
  font-family: SimSun;
  padding-bottom: 0.1rem;
  transform: rotate(90deg);
}
.common_nav .w .left ul li ol {
  display: none;
  position: absolute;
  width: 230%;
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 999;
}
.common_nav .w .left ul li ol li {
  width: 100%;
  height: 0.4rem;
}
.common_nav .w .left ul li ol li a {
  display: block;
  height: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 0.15rem;
  color: #333333;
  padding: 0 5px;
  width: 120%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common_nav .w .left ul li:last-child {
  margin-right: 0;
}
.common_nav .w .right {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 0.33rem;
  border-left: 0.01rem solid #e5e5e5;
}
.common_nav .w .right a {
  font-size: 0.18rem;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 0.21rem;
}
.common_nav .w .right .code {
  position: relative;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
}
.common_nav .w .right .code:hover .code_con {
  display: flex;
}
.common_nav .w .right .code .nav_wx {
  width: 0.25rem;
  height: 0.21rem;
}
.common_nav .w .right .code .code_con {
  display: none;
  position: absolute;
  top: 0.8rem;
  width: 1.9rem;
  left: 50%;
  transform: translateX(-50%);
  height: 1.9rem;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.common_nav .w .right .code .code_con img {
  width: 1.7rem;
  height: 1.7rem;
}
.common_nav .w .right span {
  white-space: nowrap;
  font-size: 0.2rem;
  color: #333333;
  padding-left: 0.14rem;
}
.common_footer {
  background-color: #323946;
  padding-top: 0.6rem;
}
.common_footer .w .top {
  display: flex;
  justify-content: space-between;
}
.common_footer .w .top .left {
  display: flex;
  justify-content: space-between;
  width: 8.9rem;
}
.common_footer .w .top .left ul {
  font-size: 0;
}
.common_footer .w .top .left ul li {
  margin-bottom: 0.16rem;
}
.common_footer .w .top .left ul li a {
  font-size: 0.14rem;
  color: #fff;
  transition: all 0.3s;
  opacity: 0.6;
}
.common_footer .w .top .left ul li a:hover {
  opacity: 1;
}
.common_footer .w .top .left ul li:last-child {
  margin-bottom: 0;
}
.common_footer .w .top .left ul .title {
  padding-bottom: 0.16rem;
  margin-bottom: 0.2rem;
  position: relative;
}
.common_footer .w .top .left ul .title::after {
  content: "";
  position: absolute;
  width: 0.24rem;
  height: 0.01rem;
  background-color: #5b616b;
  bottom: 0;
  left: 0;
}
.common_footer .w .top .left ul .title a {
  font-size: 0.16rem;
  font-weight: 700;
  opacity: 1;
}
.common_footer .w .top .footer_code img {
  width: 1.4rem;
  height: 1.4rem;
}
.common_footer .w .top .footer_code p {
  font-size: 0.14rem;
  color: #fff;
  text-align: center;
  opacity: 0.6;
  margin-top: 0.12rem;
}
.common_footer .w .footer_link {
  padding-top: 0.54rem;
  padding-bottom: 0.08rem;
}
.common_footer .w .footer_link ul li {
  float: left;
  color: #fff;
  opacity: 0.6;
  font-size: 0.14rem;
  margin-right: 0.16rem;
  margin-bottom: 0.16rem;
}
.common_footer .w .footer_link ul li a {
  color: #fff;
  opacity: 0.6;
  font-size: 0.14rem;
  transition: all 0.3s;
}
.common_footer .w .footer_link ul li a:hover {
  opacity: 1;
}
.common_footer .w .footer_link ul .title {
  margin-right: 0;
}
.common_footer .footer_bottom {
  height: 0.64rem;
  background-color: #2d3440;
}
.common_footer .footer_bottom .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.common_footer .footer_bottom .w div {
  font-size: 0.14rem;
  color: #fff;
  opacity: 0.6;
}
.common_footer .footer_bottom .w div a {
  font-size: 0.14rem;
  color: #fff;
  opacity: 0.6;
  transition: all 0.3s;
}
.common_footer .footer_bottom .w div a:hover {
  opacity: 1;
}
.common_banner a {
  display: block;
  width: 100%;
  height: 3rem;
}
.common_banner a img {
  width: 100%;
  height: 100%;
}
.common_left {
  width: 2.9rem;
}
.common_left .common_left_nav {
  padding-bottom: 0.57rem;
}
.common_left .common_left_nav ul li {
  transition: all 0.3s;
}
.common_left .common_left_nav ul li:hover {
  position: relative;
}
.common_left .common_left_nav ul li:hover::after {
  position: absolute;
  content: "";
  width: 0.08rem;
  height: 0.14rem;
  background: url("../img/common_left_nav_current.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  right: -0.08rem;
  top: 50%;
  transform: translateY(-50%);
}
.common_left .common_left_nav ul li:hover a {
  background-color: #0b4ba2;
  color: #fff;
}
.common_left .common_left_nav ul li:hover a::after {
  display: none;
}
.common_left .common_left_nav ul li a {
  display: flex;
  height: 0.57rem;
  border-bottom: 0.01rem solid #e5e5e5;
  font-size: 0.16rem;
  padding-left: 0.2rem;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.1rem;
  transition: all 0.3s;
}
.common_left .common_left_nav ul li a::after {
  content: ">";
  font-size: 0.16rem;
  font-family: SimSun;
  font-weight: 700;
  transition: all 0.3s;
}
.common_left .common_left_nav ul .current {
  position: relative;
}
.common_left .common_left_nav ul .current::after {
  position: absolute;
  content: "";
  width: 0.08rem;
  height: 0.14rem;
  background: url("../img/common_left_nav_current.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  right: -0.08rem;
  top: 50%;
  transform: translateY(-50%);
}
.common_left .common_left_nav ul .current a {
  background-color: #0b4ba2;
  color: #fff;
}
.common_left .common_left_nav ul .current a::after {
  display: none;
}
.common_left .common_contact {
  background: url("../img/common_contact_bg.jpg") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 0.2rem 0.32rem;
}
.common_left .common_contact p,
.common_left .common_contact h6 {
  color: #fff;
  font-size: 0.14rem;
  line-height: 0.3rem;
}
.common_left .common_contact h6 {
  margin-top: 0.23rem;
  margin-bottom: 0.28rem;
}
.common_left .common_contact a {
  display: flex;
  align-items: center;
  height: 0.53rem;
  background-color: #fff;
  width: 1.43rem;
}
.common_left .common_contact a img {
  width: 0.53rem;
  height: 0.53rem;
}
.common_left .common_contact a span {
  height: 100%;
  width: 0.9rem;
  border-left: 0.01rem solid #e5e5e5;
  font-size: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_right_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.5rem;
  padding: 0 0.2rem;
  background-color: #edf0f4;
  margin-bottom: 0.4rem;
}
.common_right_title h3 {
  font-size: 0.18rem;
  color: #0b4ba2;
}
.common_right_title ul {
  display: flex;
}
.common_right_title ul li {
  font-size: 0.14rem;
  display: flex;
  align-items: center;
}
.common_right_title ul li::after {
  content: ">";
  margin: 0 0.06rem;
}
.common_right_title ul li a {
  font-size: 0.14rem;
  transition: all 0.3s;
}
.common_right_title ul li a:hover {
  color: #0b4ba2;
}
.common_right_title ul li:first-child::after {
  display: none;
}
.common_right_title ul li:last-child::after {
  display: none;
}
.dux-page {
  display: flex;
  justify-content: center;
  height: 0.32rem;
  margin: 0.4rem 0;
}
.dux-page a,
.dux-page span {
  font-size: 0.14rem;
  height: 100%;
  padding: 0 0.1rem;
  display: flex;
  margin: 0 0.1rem;
  align-items: center;
  justify-content: center;
}
.dux-page a {
  border: 0.01rem solid #e5e5e5;
  transition: all 0.3s;
}
.dux-page a:hover {
  background-color: #0b4ba2;
  border-color: #0b4ba2;
  color: #fff;
}
/*首页*/
.index_banner {
  height: 5.6rem;
}
.index_banner .swiper-container {
  height: 100%;
}
.index_banner .swiper-container .swiper-pagination{
    height: 0.06rem;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0.24rem;
}
.index_banner .swiper-container .swiper-pagination span{
    height: 100%;
    width: 0.4rem;
    background-color: rgba(0,0,0,0.3);
    margin:0 0.04rem;
    opacity:1;
    border-radius: 0;
}
.index_banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #fecb17;
}
.index_banner .swiper-container a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.index_banner .swiper-container a img {
  height: 100%;
  position: absolute;
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
}
.index_about .w {
  padding: 0.8rem 0.3rem 0.72rem 0.3rem;
  display: flex;
  justify-content: space-between;
  font-size: 0;
}
.index_about .w .left {
  width: 5.48rem;
}
.index_about .w .left h2 {
  font-size: 0.26rem;
  padding-bottom: 0.12rem;
}
.index_about .w .left .con * {
  font-size: 0.14rem;
  line-height: 0.24rem;
}
.index_about .w .left a {
  margin-top: 0.1rem;
  display: block;
  width: 1.44rem;
  text-align: center;
  height: 0.52rem;
  line-height: 0.52rem;
  font-size: 0.14rem;
  color: #333;
  border: 0.01rem solid #333;
  transition: all 0.3s;
}
.index_about .w .left a:hover {
  width: 3rem;
  background-color: #0b4ba2;
  color: #fff;
  border-color: #0b4ba2;
  border-radius: 0.2rem;
}
.index_about .w img {
  max-width: 5.55rem;
}
.common_h2 {
  padding-top: 0.7rem;
  text-align: center;
  font-size: 0.26rem;
  color: #333;
  padding-bottom: 0.5rem;
}
.index_product {
  background-color: #f7f7f7;
  padding-bottom: 0.6rem;
}
.index_product .index_product_nav {
  overflow-x: scroll;
}
.index_product .index_product_nav::-webkit-scrollbar {
  display: none;
}
.index_product .index_product_nav ul {
  display: flex;
  justify-content: space-between;
}
.index_product .index_product_nav ul li {
  width: 2.38rem;
  text-align: center;
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 0.18rem;
  background-color: #dde6f3;
  cursor: pointer;
  transition: all 0.3s;
}
.index_product .index_product_nav ul li:hover {
  background: url(../img/index_product_nav_bg.jpg) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  color: #fff;
}
.index_product .index_product_nav ul .current {
  background: url(../img/index_product_nav_bg.jpg) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  color: #fff;
}
.index_product .index_product_content {
  padding-top: 0.54rem;
}
.index_product .index_product_content ul li {
  display: none;
  justify-content: center;
}
.index_product .index_product_content ul li .index_product_list {
  margin-right: 0.4rem;
  display: block;
  width: 3.74rem;
  height: 4.16rem;
}
.index_product .index_product_content ul li .index_product_list:hover .text {
  background-color: #0b4ba2;
  border-color: #0b4ba2;
}
.index_product .index_product_content ul li .index_product_list:hover img{
    border-color: #0b4ba2;
    transition: all 0.3s;
}
.index_product .index_product_content ul li .index_product_list:hover .text * {
  color: #fff;
}
.index_product .index_product_content ul li .index_product_list img {
  width: 100%;
  height: 2.7rem;
    border: 0.01rem solid #eceff3;
}
.index_product .index_product_content ul li .index_product_list .text {
  background-color: #eceff3;
  width: 100%;
  height: 1.44rem;
  border-bottom: 0.02rem solid #0b4ba2;
  /*border-left: 0.01rem solid #e5e5e5;*/
  /*border-right: 0.01rem solid #e5e5e5;*/
  text-align: center;
  padding: 0 0.32rem;
  transition: all 0.3s;
}
.index_product .index_product_content ul li .index_product_list .text * {
  font-size: 0.14rem;
  line-height: 0.26rem;
  transition: all 0.3s;
}
.index_product .index_product_content ul li .index_product_list .text h5 {
  font-size: 0.18rem;
  padding-top: 0.3rem;
  color: #333;
  margin-bottom: 0.12rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index_product .index_product_content ul li .index_product_list .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_product .index_product_content ul li .index_product_list:last-child {
  margin-right: 0;
}
.index_product .index_product_content ul li:first-child {
  display: flex;
}
.advantage_news {
  background: url("../img/advantage_news.jpg") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  padding-bottom: 0.8rem;
}
.advantage_news .index_advantage {
  background-color: #fff;
  padding-bottom: 0.48rem;
}
.advantage_news .index_advantage ul {
  display: flex;
  justify-content: space-between;
    padding: 0 0.64rem;
}
.advantage_news .index_advantage ul li {
  width: 2.4rem;
  height: 3.66rem;
}
.advantage_news .index_advantage ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 2.18rem;
    position: relative;
}
.advantage_news .index_advantage ul li a img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin-bottom: 0.15rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.advantage_news .index_advantage ul li a h5 {
  font-size: 0.16rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.14rem;
}
.advantage_news .index_advantage ul li a p {
  font-size: 0.14rem;
  line-height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.advantage_news .index_news .common_h2 {
  color: #fff;
}
.advantage_news .index_news .index_news_con {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  font-size: 0;
  padding: 0.36rem 0.62rem;
}
.advantage_news .index_news .index_news_con .common_news_title {
  margin-bottom: 0.2rem;
  padding-bottom: 0.17rem;
  display: inline-block;
  font-size: 0.2rem;
  border-bottom: 0.02rem solid #0b4ba2;
}
.advantage_news .index_news .index_news_con .left {
  width: 4rem;
}
.advantage_news .index_news .index_news_con .left .index_hot_news {
  height: 3rem;
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container {
  height: 100%;
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container a {
  display: block;
  width: 100%;
  height: 100%;
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container a img {
  width: 100%;
  height: 2.14rem;
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container a .text {
  padding-top: 0.1rem;
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container a .text * {
  font-size: 0.12rem;
  line-height: 0.18rem;
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container a .text h5 {
  font-size: 0.16rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container a .text p {
  font-size: 0.12rem;
  line-height: 0.18rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container .swiper-button-disabled {
  pointer-events: auto;
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container .swiper-button-next,
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container .swiper-button-prev {
  margin: 0;
  width: 0.34rem;
  height: 0.3rem;
  top: 70%;
  transform: translateY(-100%);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 999;
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container .swiper-button-next {
  background-image: url(../img/right.jpg);
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container .swiper-button-prev {
  background-image: url(../img/left.jpg);
  left: 3.22rem;
}
.advantage_news .index_news .index_news_con .right {
  width: 5.38rem;
}
.advantage_news .index_news .index_news_con .right ul li {
  margin-bottom: 0.48rem;
}
.advantage_news .index_news .index_news_con .right ul li a {
  display: flex;
  height: 0.6rem;
  justify-content: space-between;
}
.advantage_news .index_news .index_news_con .right ul li a:hover * {
  color: #0b4ba2;
}
.advantage_news .index_news .index_news_con .right ul li a:hover .index_news_time {
  border-right-color: #0b4ba2;
}
.advantage_news .index_news .index_news_con .right ul li a .index_news_time {
  width: 0.6rem;
  border-right: 0.01rem solid #e5e5e5;
}
.advantage_news .index_news .index_news_con .right ul li a .index_news_time h6 {
  font-size: 0.36rem;
  transform: translateY(-0.02rem);
}
.advantage_news .index_news .index_news_con .right ul li a .index_news_time p {
  font-size: 0.18rem;
  transform: translate(0.14rem, -0.08rem);
}
.advantage_news .index_news .index_news_con .right ul li a .con {
  width: 4.56rem;
}
.advantage_news .index_news .index_news_con .right ul li a .con * {
  font-size: 0.12rem;
  line-height: 0.18rem;
  transition: all 0.3s;
}
.advantage_news .index_news .index_news_con .right ul li a .con h4 {
  font-size: 0.16rem;
  margin-bottom: 0.08rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.advantage_news .index_news .index_news_con .right ul li a .con p {
  font-size: 0.12rem;
  line-height: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.advantage_news .index_news .index_news_con .right ul li:last-child {
  margin-bottom: 0;
}
/*列表*/
.list {
    min-height: 7rem;
}
.list ul li {
  float: left;
  margin-right: 0.27em;
  width: 2.62rem;
  height: 2.9rem;
}
.list ul li:hover a .text {
  background-color: #0b4ba2;
    border-color: #0b4ba2;
}
.list ul li:hover a img{
    border-color: #0b4ba2;
}
.list ul li:hover a .text * {
  color: #fff;
}
.list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.list ul li a img {
  width: 100%;
  height: 1.89rem;
  border: 0.01rem solid #ECEFF3;
    transition: all 0.3s;
}
.list ul li a .text {
  background-color: #ECEFF3;
  width: 100%;
  height: 1rem;
  border-bottom: 0.02rem solid #0b4ba2;
  /*border-left: 0.01rem solid #e5e5e5;*/
  /*border-right: 0.01rem solid #e5e5e5;*/
  text-align: center;
  padding: 0 0.25rem;
  transition: all 0.3s;
}
.list ul li a .text * {
  font-size: 0.12rem;
  line-height: 0.18rem;
  transition: all 0.3s;
}
.list ul li a .text h5 {
  font-size: 0.16rem;
  padding-top: 0.19rem;
  color: #333;
  margin-bottom: 0.1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.list ul li a .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list ul li:nth-child(3n) {
  margin-right: 0;
}
.list ul li:nth-child(n+4) {
  margin-top: 0.27rem;
}
/*关于我们*/
.about {
  padding-top: 0.56rem;
}
.about .w {
  display: flex;
  justify-content: space-between;
}
.about .w .about_content {
  width: 8.4rem;
}
.about .w .about_content .about_content_con h2 {
  font-size: 0.3rem;
  color: #333;
  padding-bottom: 0.15rem;
}
.about .w .about_content .about_content_con .con {
  padding-bottom: 0.6rem;
    min-height: 7rem;
}
.about .w .about_content .about_content_con .con * {
  font-size: 0.14rem;
  line-height: 0.32rem;
  max-width: 100%;
}
/*详情*/
.details .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.38rem;
}
.details .top .left {
  width: 4.46rem;
}
.details .top .left .big_pic {
  width: 100%;
  height: 3.22rem;
}
.details .top .left .small_pic {
  height: 0.8rem;
  display: flex;
  align-items: center;
  background-color: #edf0f4;
  margin-top: 0.2rem;
  padding: 0 0.1rem;
}
.details .top .left .small_pic .swiper-container {
  height: 0.6rem;
}
.details .top .left .small_pic .swiper-container .swiper-slide {
  display: flex;
  cursor: pointer;
}
.details .top .left .small_pic .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.details .top .right {
  width: 3.48rem;
}
.details .top .right h3 {
  font-size: 0.24rem;
  margin-bottom: 0.23rem;
  color: #333;
}
.details .top .right .con * {
  font-size: 0.14rem;
  line-height: 0.26rem;
  max-width: 100%;
}
.details .description .title {
  background-color: #edf0f4;
  height: 0.5rem;
  display: flex;
}
.details .description .title h4 {
  display: inline-block;
  background-color: #0b4ba2;
  color: #fff;
  font-size: 0.18rem;
  height: 100%;
  padding: 0 0.38rem;
  line-height: 0.5rem;
}
.details .description .con {
  padding-top: 0.22rem;
  padding-bottom: 0.6rem;
}
.details .description .con * {
  font-size: 0.14rem;
  line-height: 0.32rem;
  max-width: 100%;
}
.common_page {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    margin: 0.3rem 0;
}
.common_page span,.common_page a{
    font-size: 0.12rem;
    margin: 0 0.05rem;
    height: 0.3rem;
    line-height: 0.3rem;
    padding: 0 0.15rem;
}
.common_page a{
    border: 1px solid #ccc;
}
.common_page a:hover{
    background-color: #0b4ba2;
    color: #fff;
    border-color: #0b4ba2;
}